home *** CD-ROM | disk | FTP | other *** search
- *********************************************
- **** Return Codes for Flyer Calls (v4.0) ****
- *********************************************
-
- These are the internal Flyer error codes that are returned to various Amiga code
- that employs the Flyer, including the Toaster, flyer.library, flyerscsi.device,
- and FlyerFileSystem. Since these codes are (hopefully) handled by the calling
- software, users should rarely see these codes, except possibly from the record
- panel and from the CLI utilities found in flyer_support/c.
-
- *** General Flyer Errors ***
- 0 Okay -- all went well
- 1 Flyer command failed
- 2 Still in progress
- 3 Host aborted Flyer command
- 4 Bad command parameter
- 5 Command not defined/supported
- 6 Ran past end of clip
- 7 Wrong play/record mode for action
- 8 Incompatible data
- 9 No free audio channel(s)
- 10 Video/SCSI channel not available
- 11 Bad field handle
- 12 Clip started late
- 13 Dropped fields
-
- *** Flyer Internal Errors ***
- 16 No SCSI tasks available for use
- 17 Internal list corrupt
- 18 Internal list error
- 19 EEPROM failure
- 20 No FrameFinders available for use
- 31 Incompatible module provided (testing only)
-
- *** FileSystem Hook Errors ***
- 32 Could not find file/directory
- 33 Drive full
- 34 Directory full
- 35 Directory list exhausted
- 36 FileSystem failure
- 37 Wrong type of object
- 38 Drive not high-level formatted
- 39 Exclusive lock prevented action
- 40 Seek beyond bounds
- 41 End of file, and cannot extend file
- 42 Drive write-protected
- 43 Locks on different objects
- 44 File already exists
- 45 Out of storage
- 46 Delete-protected file
- 47 Read-protected file
- 48 Write-protected file
- 49 Disk/object in use
- 50 Directory was not empty
-
- *** SCSI Errors ***
- 64 SCSI Time-out -- no drive at specified unit number
- 65 Bad status returned from drive after executing command
- 66 Unsupported logical block size (new for 4.0)
- 67-82 Misc low level SCSI problems (check cabling)
-
- *** DMA errors ***
- 96-97 Low level DMA problems (check with Marty)
- 98 DMA count mismatch (could be a SCSI cable problem)
-
- *** Host (Amiga) Library Errors ***
- 112 Flyer card specified does not exist
- 113 Library failed to pass command to Flyer
- 114 An asynchronous command failed
- 115 Flyer volume name not found
- 116 Library<->Flyer shared RAM is clogged
- 117 Illegal asynchronous ID
-
-
- jmf 21 Mar 95
-